
* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
	background-color: #eef2f5 !important;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

p,
h3,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;

}

/*设置默认字体*/

:focus {
	outline: 0;
}

ul,
ol,
ul li,
ol li {
	list-style: none;
}

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	outline: none;
}

textarea {
	resize: none
}

input {
	vertical-align: middle;
}

img {
	border: 0;
}

/*重置图片元素*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

input {
	_filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.clear {
	clear: both;
}

.l,
.fl {
	float: left;
}

.r,
.fr {
	float: right;
}

/*省略号*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ellipsis-s {
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

a {
	color: #333;
}

body {
	background: #f0f8f9;
	/*font-family: "微软雅黑";*/
}

button {
	background: none;
	border: none;
}

input {
	border: none;
	outline: none;
}

p {
	font-size: 16px;
	color: #333333;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
	border: none;
	background: none;
}

/*重置元素结束*/



.container{
	width: 1200px;
	margin: 0 auto;
}
.container>.fl{
	width: 840px;
}

.container>.fr{
	width: 340px;
}


/* top */
.top{
	width: 100%;
	background-color: #fff;
}
.top-center{
	width: 1200px;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.top-center>a{
	display: block;
}
.top-center>a img{
	height: 30px;
}
.top-nav{
	overflow: hidden;
	margin-left: 60px;
}
.top-nav a{
	display: block;
	float: left;
	width: 100px;
	height: 70px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	color: #222;
}
.top-nav .nav-opt{
	background-color: #f5f5f5;
	border-bottom: 4px solid #2abcb1;
	font-weight: bold;
}
.top-nav a:hover{
	background-color: #f5f5f5;
	color: #2abcb1;
}



/* list */
.list{
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px 10px;
	background-color: #fff;
}
.list li{
	padding: 40px 0;
	border-bottom: 1px dashed #ddd;
}
.list li:last-child{
	border-bottom: none;
}
.list-tit{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	background: url('/static/home/img/list-ico.png') left center no-repeat;
	background-size: auto 20px;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height: 1;
}
.list-tit:hover{
	text-decoration: underline;
}
.list-txt{
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-top: 19px;
	margin-bottom: -5px;
}
.list-btm{
	display: flex;
	align-items: center;
	margin-top: 24px;
}
.list-btm a{
	display: block;
	width: 70px;
	height: 24px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #2abcb1;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	color: #2abcb1;
}
.list-btm a:hover{
	background-color: #2abcb1;
	color: #fff;
}
.list-btm>span{
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #bbb;
	margin-left: 30px;
}
.list-btm>span span{
	color: #efefef;
}


.fr-tj{
	width: 100%;
	padding: 24px 0 18px;
	background-color: #fff;
	margin-top: 20px;
}
.fr-tj.m0{
	margin-top: 0;
}
.tj-tit{
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	background: url('/static/home/img/fr-tit.png') left center no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	margin-bottom: 12px;
}
.tj-tit span{
	display: block;
	flex: 1;
	margin-left: 15px;
	height: 2px;
	background-color: #efefef;
}
.tj-list{
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 12px 20px;
}
.tj-list:hover{
	background-color: #efefef;
}
.tj-list img{
	display: block;
	width: 90px;
	height: 60px;
}
.tj-list>div{
	flex: 1;
	margin-left: 15px;
	overflow: hidden;
}
.tj-list>div p{
	font-size: 14px;
	line-height: 1;
	color: #222;
}
.tj-list:hover>div p{
	font-weight: bold;
}
.tj-list .hot{
	display: block;
	margin-top: 16px;
	padding-left: 17px;
	font-size: 12px;
	line-height: 1;
	color: #ff0000;
	background: url('/static/home/img/hot.png') left center no-repeat;
	background-size: auto 12px;
}
.tj-list .date{
	display: block;
	margin-top: 18px;
	font-size: 12px;
	line-height: 1;
	color: #bbb;
}



/* footer */
.footer{
	width: 100%;
	background-color: #233635;
	margin-top: 60px;
}
.footer>div{
	width: 1200px;
	margin: 0 auto;
}
.footer-yqLink{
	display: flex;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px dashed #fff;
}
.footer-yqLink>h2{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
}
.footer-yqLink>div{
	flex: 1;
	margin-left: 30px;
	box-sizing: border-box;
	border-left: 1px solid rgba(255,255,255,.1);
	padding-left: 30px;
	overflow: hidden;
}
.footer-yqLink>div a{
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1;
	color: #999;
	padding: 10px 0;
	margin-right: 30px;
}
.footer-yqLink>div a:hover{
	color: #fff;
}
.footer-icp{
	font-size: 14px;
	line-height: 1;
	color: #999;
	padding: 30px 0;
}
.footer-icp a{
	color: #2abcb1;
}
.footer-icp a:hover{
	color: #fff;
}


/* crumbs */
.crumbs{
	box-sizing: border-box;
	padding: 24px 0;
	padding-left: 15px;
	background: url('/static/home/img/crumbs.png') left center no-repeat;
	background-size: auto 14px;
	font-size: 14px;
	line-height: 1;
	color: #bbb;
}
.crumbs a,.crumbs span{
	color: #888;
}
.crumbs a:hover{
	color: #2abcb1;
}



/* 分页 */
.pagination {
	margin: 40px auto 0;
}

.pagination ul {
	/* width: 100%; */
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.pagination ul li {
	background: #fff;
    margin: 0 4px;
}

.pagination ul li span {
	display: block;
	width: 38px;
	font-size: 14px;
	color: #666;
	height: 38px;
	text-align: center;
	line-height: 38px;
}

.pagination ul li span.clecked {
	font-weight: bold;
	color: #2abcb1;
}
